home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / SFSIconbar < prev    next >
Encoding:
Text File  |  2003-09-12  |  300 b   |  17 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Iconbar icon
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSIconbar_h
  8. #define SFSIconbar_h
  9.  
  10. #include "toolbox.h"
  11. #include "Loader.h"
  12.  
  13. extern void Iconbar_initialise(ObjectId id);
  14. extern LoaderFinishedHandler Iconbar_openfile;
  15.  
  16. #endif
  17.